home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / windows / ztw120.zip / ZTW.DOC < prev    next >
Text File  |  1997-06-17  |  10KB  |  214 lines

  1.  
  2.   ┌───────────────────────────────────────────────────────────────────╖
  3.   │                                                                   ║ █
  4.   │                         Z T r e e W i n                           ║ █
  5.   │                        Win32 File Manager                         ║ █
  6.   │                                                                   ║ █
  7.   │                   Version 1.20 June 17th, 1997                    ║ █
  8.   │                                                                   ║ █
  9.   │ Copyright (c) Kim G. Henkel 1996, 1997                            ║ █
  10.   │                                                                   ║ █
  11.   │ Home Page: http://www.ztree.com/ztw.htm                           ║ █
  12.   │                                                                   ║ █
  13.   ╘═══════════════════════════════════════════════════════════════════╝ █
  14.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  15.  
  16.     Introduction│
  17.     ────────────┘
  18.  
  19.     "ZTreeWin" is a text-mode file/directory manager for Windows 95 and NT.
  20.     It has been developed as a native Win32 alternative to the DOS product,
  21.     XTreeGold (tm), since its makers have ceased any further development.
  22.     While I am sure you are well aware of the virtues of XTreeGold, you
  23.     know the disadvantages of it being a 16-bit DOS program.  I wrote
  24.     ZTreeWin to provide all the functionality I am so accustomed to, while
  25.     avoiding all the DOS imposed limitations.
  26.  
  27.     Given time and incentive, I intend to provide all missing functions,
  28.     and will welcome suggestions from you the user.
  29.  
  30.     License│
  31.     ───────┘
  32.  
  33.     This program is NOT free.  You are granted a limited licence to evaluate
  34.     the product for 31 days from the date of first use.  To continue using
  35.     this version after 31 days, you MUST register.  Each subsequent release
  36.     of this product will allow a full 31 days evaluation from time of
  37.     installation.
  38.  
  39.     Please read ORDER.FRM for detailed information.
  40.  
  41.     By registering this product, you are granted unlimited use of this
  42.     and future versions.  Your support helps ensure ongoing development.
  43.  
  44.     You can contact me by either sending an e-mail to:
  45.  
  46.          Internet:   khenkel@ztree.com
  47.  
  48.     or writing a letter to:
  49.  
  50.          Kim Henkel
  51.          9632 NW 7th Circle, Apt 1721     or  10 Debson Close,
  52.          Plantation,                          Boronia, 3155,
  53.          FL, 33324                            Victoria,
  54.          U.S.A.                               Australia.
  55.  
  56.     Features│
  57.     ────────┘
  58.  
  59.     The original purpose of this program was to provide all the core
  60.     functionality of XTreeGold, in a native 32-bit environment.
  61.  
  62.     There is NO internal editor.  Instead, ZTreeWin be configured to
  63.     load your favorite file editor.  The default editor is EDIT.COM,
  64.     and of course, text-mode applications are more suitable for this
  65.     purpose.  My personal favourites are:
  66.      - TSE Pro/32 from Semware Corporation (http://www.semware.com)
  67.      - Aurora from nuText Systems (http://members.aol.com/nutext)
  68.  
  69.     There is currently no mouse support, because as most Xtree fans would
  70.     agree, the power of the program comes from it's fast, concise keyboard
  71.     interface.  However, if there is enough interest in a mouse interface,
  72.     it will obviously be given serious consideration.
  73.  
  74.     There are several functions that are yet to be implemented.  Most are,
  75.     I believe, trivial services that you will probably never miss.  Others
  76.     are more important, and will be introduced on a most requested basis.
  77.  
  78.     The highlighting of commands on the last three lines of the screen
  79.     should make the function support quite obvious.   If there is a
  80.     function missing you particularly miss, let me know.
  81.  
  82.     Well, that is all the bad news.  Here are some improvements over the
  83.     original.
  84.  
  85.     ZTreeWin uses around 400K of memory, and will allocate and free
  86.     blocks dynamically as required (no more 'out of memory' messages).
  87.  
  88.     The default video mode is 25x80.  The Alt-F9 command will toggle the
  89.     other video modes - 43/50/60x80.  You may save your current mode
  90.     using F10-Configure, and you may override this and the default from
  91.     the command line.
  92.  
  93.     Using Win32 APIs, ZTreeWin avoids several of XTreeGolds' limitations:
  94.  
  95.     - Doesn't hog the CPU while waiting for keyboard activity.
  96.     - Trying to log an in-use device will be dealt with gracefully.
  97.     - The ability to copy and search open files.
  98.     - Directory Grafting works.
  99.     - Support of long filenames.
  100.     - Flexible support of *ANY* archiving program present and future.
  101.  
  102.     Being a native Win32 application, ZTreeWin loads very quickly.
  103.  
  104.     Installation│
  105.     ────────────┘
  106.  
  107.     - Unzip the contents of ZTW120.ZIP to a directory of your choice.
  108.       *NOTE* It is advisable to have this directory in you PATH.
  109.       If you do not have a PATH defined, simply edit or create 
  110.       C:\AUTOEXEC.BAT and add a line: "SET PATH=C:\ZTREE" (or your
  111.       chosen directory.
  112.       If you install in a directory other than C:\ZTREE, you should
  113.       modify the included .BAT files to reflect your selected path.
  114.  
  115.     - File ARCHIVER.BB2 contains configurations used to drive the
  116.       archiving support of ZTreewin  This file should be reviewed 
  117.       to verify it references archive programs you have available in
  118.       the PATH.
  119.  
  120.     - Review the sample *.BAT files included to point them to your 
  121.       available applications and viewers.  Samples for DWG and ICO
  122.       files are included that demonstrate how to invoke XTree viewer
  123.       modules.  The .BAT file with the name matching the currently 
  124.       highlighted file will be executed when you 'O'pen the file.  
  125.  
  126.     - The first time you run ZTW, select Alt-F10 (Configure) to set user
  127.       preferences including program colors and default editor & viewer.
  128.  
  129.     - To run ZTreeWin from the Windows 95 or NT desktop, create a shortcut
  130.       to ZTWIN.BAT.  Then, edit the properties of this shortcut to specify
  131.       fonts etc.
  132.  
  133.     - If you want to use the Alt-Q command to exit to the current
  134.       directory, you *must* run a command file named ZTWIN.BAT to invoke
  135.       ZTW.EXE.  This file will be created in the same path as ZTW.EXE,
  136.       when you issue the Alt-Q command.
  137.  
  138.     - Basic ZTreeWin operational help can be accessed within the 
  139.       program with the F1 key.
  140.  
  141.     Here are the command line options: (which override ZTW.INI)
  142.  
  143.     C:\>ZTW [/2|/4|/5|/6] [/Eeditor] [/Vviewer] [switches] [C D . Z]
  144.  
  145.     Meaning:[ Video Mode] [ Editor ] [ Viewer ]            [Drives ]
  146.     Default:[  25 lines ] [ E.EXE  ] [Internal]            [current]
  147.  
  148.     Switches:
  149.  
  150.         /XT  XTreePro compatible keyboard layout (+/-)
  151.         /L1  Log 1st level only
  152.         /LF  Log method set to "full disk".
  153.         /LT  Log tree only
  154.         /ZF  Activates the last Filespec in the history instead of
  155.              starting with "*.*".
  156.  
  157.     Multiple drives may be logged at startup, for example:
  158.  
  159.     C:\>ZTB /5 /XT C D E F
  160.  
  161.     Startup in 50 line mode, use +/- keys, log drives C, D, E & F.
  162.  
  163.                              ──────────────
  164.  
  165.     PLEASE read ZTW.HLP (F1 from within the program) for program
  166.     instructions, if you are unfamiliar with XtreeGold/ZTreeWin operation.
  167.  
  168.                              ──────────────
  169.  
  170.     **********************************************************************
  171.     * NOTE: In order to use the ARCHIVING features of ZTW, you must have *
  172.     * third-party archiving utilities available in your PATH. You should *
  173.     * also check that ARCHIVER.BB2 contains correct archiver commands.   *
  174.     * To view files within an archive, you MUST have an environment      *
  175.     * variable for TMP defined.  eg. SET TMP=C:\TMP in your autoexec.bat *
  176.     **********************************************************************
  177.  
  178.  
  179.     Additional Information│
  180.     ──────────────────────┘
  181.     Paul's Graphic Viewer (PGV) is a graphics file viewing program 
  182.     which integrates very nicely with ZTreeWin.  Sample .BAT files 
  183.     have been included to demonstrate how to use PGV for file types
  184.     such as BMP, GIF and JPG.  The current version of PGV is v2.2b.
  185.     Available for evaluation from:
  186.      - ftp://ftp.wilmington.net/bmtmicro/pgv22b-u.zip
  187.  
  188.  
  189.     Legal Stuff│
  190.     ───────────┘
  191.                                WARRANTY
  192.  
  193.  
  194.     The  product has  no warranty  of any  kind, express  or implied,
  195.     including  without limitation, any  warranties of merchantability
  196.     and/or  fitness  for  a particular  purpose.   Kim G. Henkel,  or
  197.     anybody,  shall not  be liable  for any damages,  whether direct,
  198.     indirect, special or consequential arising from a failure of this
  199.     program  to operate  in the manner  desired by the  user.  Kim G.
  200.     Henkel shall  not be  liable for  any damage  to data or property
  201.     which may be caused directly or indirectly by use of the program.
  202.  
  203.     IN NO EVENT WILL KIM G. HENKEL  BE LIABLE TO YOU FOR ANY DAMAGES,
  204.     INCLUDING  ANY  LOST  PROFITS, LOST SAVINGS  OR  OTHER INCIDENTAL
  205.     OR  CONSEQUENTIAL  DAMAGES ARISING OUT OF YOUR  USE OR  INABILITY
  206.     TO  USE  THE  PROGRAM, OR  FOR ANY  CLAIM  BY  ANY  OTHER  PARTY.
  207.  
  208.     Trademarks│
  209.     ──────────┘
  210.  
  211.     "XTreeGold" (tm) is a registered trademark of Symantec, Inc.
  212.  
  213.                              ──────────────
  214.